home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2003 December / The Sunday Times - The Month 2003-12.iso / mac / The Month DEC 03 / engine / modules / textwithlink_long.swf / scripts / DefineSprite_40 / frame_1 / DoAction.as
Text File  |  2003-05-30  |  105b  |  7 lines

  1. function setText(txt)
  2. {
  3.    fld.htmlText = txt;
  4.    fld.resize();
  5.    fld._y = (- fld._height) / 2;
  6. }
  7.